vpci: introduce a local vpci_bar variable to modify_decoding()
authorRoger Pau Monné <roger.pau@citrix.com>
Wed, 26 Oct 2022 12:57:41 +0000 (14:57 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 26 Oct 2022 12:57:41 +0000 (14:57 +0200)
commit26bf76b48bbce3e7b126290374c64966dca47561
tree90a24a48e4691a5d8f1698665d0946ecad93309f
parentc14aea137eab29eb9c30bfad745a00c65ad21066
vpci: introduce a local vpci_bar variable to modify_decoding()

This is done to shorten line length in the function in preparation for
adding further usages of the vpci_bar data structure.

No functional change.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
xen/drivers/vpci/header.c